home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
CUGUK
/
COMMS
/
C101.ZIP
/
UUPC11XS.ZIP
/
LIB
/
GETOPT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-27
|
291b
|
15 lines
/*
getopt.h
Update history:
01Oct89 Add function prototype for getopt ahd
*/
#define getopt(x,y,z) GETOPT(x,y,z) /* Avoid GNU conflict */
extern int getopt(int argc, char **argv, char *opts);
extern int optind;
extern char *optarg;